ShorthandEntry

data class ShorthandEntry(name: String, value: String, important: Boolean?)

Constructors

ShorthandEntry
Link copied to clipboard
fun ShorthandEntry(name: String, value: String, important: Boolean? = null)

Properties

important
Link copied to clipboard
val important: Boolean? = null
Whether the property has "!
name
Link copied to clipboard
val name: String
Shorthand name.
value
Link copied to clipboard
val value: String
Shorthand value.

Sources

jvm source
Link copied to clipboard